Package-level declarations
Types
Represents a single subtitle cue with timing information and text content.
Represents a collection of subtitle cues for a specific track.
Parser for WebVTT subtitle files.
Functions
A composable function that displays subtitles with automatic time tracking. This version automatically updates the display based on the current playback time.
A composable function that displays subtitles over a video player. This component handles loading and parsing subtitle files, and displaying the active subtitles at the current playback time.
Android implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
Loads the content of a subtitle file from the given source. This is implemented in a platform-specific way.
iOS implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
JVM implementation of the loadSubtitleContent function. Loads subtitle content from a local file or a remote URL.
WASM JS implementation of the loadSubtitleContent function. Loads subtitle content from a URL using XMLHttpRequest.
A composable function that displays subtitles.